Opc.Ua.Core
InvokeServiceResponseMessage Constructor(Byte[])



Opc.Ua Namespace > InvokeServiceResponseMessage Class > InvokeServiceResponseMessage Constructor : InvokeServiceResponseMessage Constructor(Byte[])
The invoke service response.
Initializes the message with the body.
Syntax
'Declaration
 
Public Function New( _
   ByVal InvokeServiceResponse() As Byte _
)
'Usage
 
Dim InvokeServiceResponse() As Byte
 
Dim instance As New InvokeServiceResponseMessage(InvokeServiceResponse)
public InvokeServiceResponseMessage( 
   byte[] InvokeServiceResponse
)
public:
InvokeServiceResponseMessage( 
   array<byte>^ InvokeServiceResponse
)

Parameters

InvokeServiceResponse
The invoke service response.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

InvokeServiceResponseMessage Class
InvokeServiceResponseMessage Members
Overload List